func runtime.msanmalloc
5 uses
runtime (current package)
arena.go#L785: msanmalloc(unsafe.Pointer(span.base()), span.elemsize)
malloc.go#L1071: msanmalloc(x, size-asanRZ)
msan0.go#L21: func msanmalloc(addr unsafe.Pointer, sz uintptr) { throw("msan") }
proc.go#L5290: msanmalloc(unsafe.Pointer(gp.stack.lo), gp.stack.hi-gp.stack.lo)
stack.go#L429: msanmalloc(v, uintptr(n))
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)